Rectify Bluefin NAND on-die ECC support (6.12)#229
Rectify Bluefin NAND on-die ECC support (6.12)#229gratian merged 4 commits intoni:nilrt/master/6.12from
Conversation
7b4c235 to
445cbb4
Compare
|
@chaitu236 I'm not sure why, but checkpatch seems to think bc5d815 is unknown?
|
When I run In any case, the warning/error seems to be due to incorrect cherry-picking. You have Where as it should be something like Notice the missing signed-off-by before cherry-pick line. You can fix this by removing the commit and cherry-picking with |
This reverts commit b9fd08c. Signed-off-by: HatsyRei <yan.huan.chng@emerson.com>
This reverts commit 3b79117. Signed-off-by: HatsyRei <yan.huan.chng@emerson.com>
Add `enable_subpage_read` and `enable_subpage_write` load-time options to toggle subpage read/write operations on pl353 chips. Both options are enabled by default, and may be toggled in the boot loader. Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Acked-by: Gratian Crisan <gratian.crisan@ni.com> Acked-by: Jeff Westfahl <jeff.westfahl@ni.com> Natinst-CAR-ID: 599280 Natinst-ReviewBoard-ID: 151758 (cherry picked from commit 311a5711cfdbfa20e3f4ec2dbd429f96b9f76c2f) (cherry picked from commit f261b4b) Signed-off-by: HatsyRei <yan.huan.chng@emerson.com> (cherry picked from commit 118d09c) Signed-off-by: HatsyRei <yan.huan.chng@emerson.com>
Existing devices which utilize Micron NAND may contain partitions formatted with subpages. Support this use case by implementing hooks for subpage read and write in Micron NAND driver. Signed-off-by: HatsyRei <yan.huan.chng@emerson.com> (cherry picked from commit bc5d815) Signed-off-by: HatsyRei <yan.huan.chng@emerson.com>
445cbb4 to
220bad6
Compare
|
@chaitu236 I redid the cherry picks and got this:
That's actually why I removed the signature from the commit messages the first time around. Strange, are we not supposed to cherry pick our own signed commits? |
Interesting. It appears that checkpatch's expectation when cherry-picking self-commits is that there wouldn't be a signed-off-by tag after the "(cherry picked from commit ..." line; removing the last signature gets it to stop complaining. But whatever checkpatch says, I prefer having commit end with a signed-off-by tag. |
#226 but for nilrt/master/6.12.